OpenBuildings GenerativeComponents Help

SeriesByCount

The start, final and count values must be numbers (int, double or long).

number[] SeriesByCount(number start, number final, number
count)

Returns a new list filled with a series of numbers. The series begins at the start value and ends at the final value. The number of items in the series (including the start and final values) is specified by the count.